Skip to main content

revXMLRPC_GetPath

Type

function

Summary

This function returns the target path of an XML-RPC document.

Syntax

revXMLRPC_GetPath(<XMLRPCdocumentID>)

Description

Use the revXMLRPC_GetPath function to retrieve the path that is the target of the execution of an XML-RPC request.

If the revXMLRPC_GetPath function encounters an error, it returns an error message starting with "xmlrpcerr" ..

Parameters

NameTypeDescription

XMLRPCdocumentID

integer

The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request, or the successful revXMLRPC_Execute function when you executed an XML-RPC request.

Examples

local tPath
put revXMLRPC_GetPath(tRequest) into tPath

library: XML-RPC library

command: revXMLRPC_SetPath, revXMLRPC_GetMethod

control structure: function

function: revXMLRPC_CreateRequest, revXMLRPC_Execute

glossary: return, host, XML-RPC, Standalone Application Settings, XML-RPC document, standalone application, file path, function, LiveCode custom library

Compatibility and Support

Introduced

LiveCode 2.5

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?